home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000006_news@newsmaster….columbia.edu _Mon Sep 29 20:01:01 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA24615
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 29 Sep 1997 20:01:00 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA18223
  7.     for kermit.misc@watsun; Mon, 29 Sep 1997 20:01:00 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!news.idt.net!news.voicenet.com!omni2!cmosley
  9. From: cmosley@voicenet.com (Christopher Mosley)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit via PPP under DOS?
  12. Date: 29 Sep 1997 23:22:59 GMT
  13. Organization: VoiceNet - Internet Access - (215)674-9290
  14. Lines: 60
  15. Message-ID: <60pd8j$kd1$1@news3.voicenet.com>
  16. References: <60dt7d$dj2@f1n1.spenet.wfu.edu> <ombu1b9anp.fsf@tees.cs.ualberta.ca>
  17. NNTP-Posting-Host: omni2.voicenet.com
  18. X-Newsreader: TIN [version 1.2 PL2]
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:7768
  20.  
  21. Vladimir Alexiev (vladimir@cs.ualberta.ca) wrote:
  22. : In article <60hrre$t7q$1@news3.voicenet.com> cmosley@voicenet.com (Christopher Mosley) writes:
  23.  
  24. : > Yes, pktmux in combination with cslipper. I don't think dosppp uses 
  25. : > compression?
  26.  
  27.  
  28.  
  29. Basically I was giving _explicit_ instructions on how to to use mskermit as
  30. a telnet in windows concurrently with winsock applications. So you can connect
  31. to your very most favorite isp and use the best telnet. There is the notion
  32. around that this cannot be done or shouldn't be done.
  33.     It's been a while since I did this but I believe the packet driver
  34. option in trumpet winsock is ethernet not slip - pktmux is also ethernet.
  35. Kermit needs a slip (6)interface with PPP therfore use c/slip. C/Slipper
  36. is the best I've found. Why it is not the driver supplied with kermit
  37. I don't know. The driver supplied/once supplied with kermit was the basis
  38. for c/slipper - I believe.  
  39.     
  40.  
  41.  
  42. : It doesn't have VJ header compression, yes. But I'm not sure if that's the
  43. : only kind of compression that PPP supports. The main benefit of PPP to SLIP is
  44. : that it's more robust, not more efficient.
  45.  
  46. : In any case the choice of PPP or SLIP is already made for you by your ISP :-)
  47.  
  48. : > (slirp can be used if you have a shell account and don't have cslip)
  49.  
  50. : If you have a shell account, why would you want to use SLIP for kermit anyway?
  51.  
  52. : > can be used to run mskermit as a telnet concurrently with winsock
  53. : > applications.
  54.  
  55. : Once you have any kind of packet driver and/or emulation (no matter SLIP or
  56. : PPP), you can put two stacks (kermit's and winsock) on top of the driver,
  57. : using pktmux. With some provisos, of course.
  58.  
  59. : > kermit and cslipper makes a great telnet for arachne .
  60. : Yes, if you use TCP/IP applications, then there is sense in putting a SLIP/PPP
  61. : emulator on top of a shell connection, and using Kermit over that TCP/IP link.
  62. : BTW, the emulator that's more commonly used than SLiRP is TIA. TIA has both
  63. : SLIP and PPP emulation.
  64.  
  65.  
  66. Slirp is completely free, has ppp/slip/cslip it is the uncommon choice of
  67. the parsimonious. 
  68.  
  69.  
  70. : > Why not use the best instead of what is supplied.
  71.  
  72. : Agreed. But one should also understand the tradeoffs between different
  73. : protocols and protocol driver implementations. Eg PPP is more robust; SLIP may
  74. : be more parsimonious; EtherPPP supports VJ compression but is bulkier than
  75. : DOSPPP. 
  76.  
  77. : > It is somewhat surprising to find that dosppp will not work out of the box
  78. : > for kermit telnet in arachne but dosppp works quite well with _other_ wattcp
  79. : > based programs.
  80. : PPPD (class 6 driver) works out of the box, EPPPD (class 1 driver) doesn't.